home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Program_Files / jrun / lib / descriptions.properties < prev    next >
Encoding:
Text File  |  2001-06-13  |  16.6 KB  |  130 lines

  1. ## FORMAT
  2. ## key, Pretty Name | summary | long description | form Type/validation
  3. ## VALIDATION TYPES
  4. ## d        : display only - no checks
  5. ## text     : Text input - allows blanks / no checks
  6. ## text_nb     : Text input - no blanks / no other checks
  7. ## int         : Text input - no blanks / checks for integer range?
  8. ## checkbox    : Checkbox - value to file is true|false
  9.  
  10. jrun.rootdir=JRun Root Directory|8 word summary|description|text
  11.  
  12. ########################################################################
  13. ## Serial Number
  14. serial.serial_number=Serial Number|JRun's serial number|Enter the serial number you received when you purchased JRun. You must restart JRun after entering the serial number to enable the JRun Professional or JRun Enterprise features|text
  15.  
  16. ########################################################################
  17. ## Logging properties
  18. #logging.format=Logging Format|summary|<LI>{date}: The current date in the format yyyyMMdd.<LI>{date <format>}: Specifies the format to be used with the current date. See the documentation for the class java.text.SimpleDateFormat in the Java documentation in the <JRun home dir>/doc/api directory for a description of the legal values for <format>.|text
  19. logging.loglevel=Logging Level|Types of events written to the event log|Choose the message types to write to the event log.|multipleCheckbox
  20. logging.filelogwriter.filename=Event Log|Location where messages from the server appear|Enter the full path name where server messages are logged.|text_nb
  21. java.System.out=System.out Log File|Location where System.out messages appear|Enter the full path name where System.out messages are logged.|text
  22. java.System.err=System.err Log File|Location where System.err messages appear|Enter the full path name where System.err messages are logged.|text
  23.  
  24.  
  25. ########################################################################
  26. ## JVM properties - Only show User Args and Classpaths
  27. java.exe=Java Executable|Path to your JVM executable|Path to your JVM executable.|text
  28. user.classpath=Classpath|Additional classpath entries|Enter paths to directories and/or .jar files. These entries will be appended to the server's classpath. <BR><BR><B>Note:</B> If you enter a directory, all .jar files found in that directory are added to the classpath.|text
  29. user.javaargs=Java Arguments|Additional command-line arguments passed to the Java Executable|Enter additional Java command-line arguments. <BR><BR>Commonly used arguments:<LI><P><B>-Djava.compiler=none</B><BR>Disable JIT compiler</P><LI><P><B>-Xmx128M</B><BR>Set max heap size to 128 MB</P>|text
  30. user.jnipath=Library Path|Directory of native JNI|Enter the directory containing a native JNI if you want to use statements in another programming language, such as C or C++, in your servlets. You can specify multiple directories separated by semicolons (Windows) or colons (UNIX).|text
  31. control.endpoint.main.port=JRun Control Port|Port used by JRun to send server commands|Enter a unique port number used by this server to receive control messages.|int
  32. #jvm.rootdir=This JVM's Root directory|Usually directly under the jrun.rootdir|Use the {jrun.rootdir} variable|text_nb
  33. #java.args=Java Arguments|Command-line args passed to JVM|Any command-line arguments passed by JRun to your JVM executable when JRun starts the JVM.|text
  34. #jrun.args=JRun-specific Java Arguments|Command-line args passed to JVM|Any command-line arguments passed by JRun to your JVM executable when JRun starts the JVM.|text
  35. #global.args=User-specific Java Arguments|Command-line args passed to JVM|Any command-line arguments passed by JRun to your JVM executable when JRun starts the JVM.|text
  36. #java.classpath=Java Classpath (java.exe only)|Classpath setting for JVM|The list of classpath is read from each line.  There is no need to enter in a ';'.|text
  37. #java.securitymanager=Java Security Manager|Class name of custom security manager|The Java class name of a custom system security manager.|text
  38. #jrun.classpath=JRun Classpath|Needed to run JRun|Classes and jars required for JRun itself|text_nb
  39. #ejb.classpath=EJB service Classpath|Specific to Server|JRun defines the EJB classpath per application/server.  By convention, this is defined in the local.properties within each server instance.|text
  40. #servlet.classpath=Servlet service Classpath|Specific to Server|JRun defines the Servlet classpath per application/server.  By convention, this is defined in the local.properties within each server instance.|text
  41. #app.classpath=Application Classpath|Specific to JVM|User-specified classes and jars used per application/jvm.  By convention, this is defined in the local.properties within each jvm instance.|text
  42. #global.classpath=Global Classpath|Used by all JVMs|User-specified classes and jars used by all the user's apps/JVMs.  By convention, this is defined in lib/global.properties.|text
  43. #compiler.classpath=Compiler Classpath|Set by JRun|Set by JRun to include the class files and jars required to run a particular java compiler.|text
  44.  
  45. ########################################################################
  46. ## File properties
  47. file.defaultdocs=Default Documents|Defines documents to serve upon directory access|Enter a comma delimited list of default document names that JRun uses when a document name is not specified in a URL.|text
  48. file.browsedirs=Directory Browsing Allowed|Shows directory contents upon directory access|Check the checkbox in order to allow users to browse the directory structure if they do not specify a file in their request.|checkbox
  49. file.cache.updateinterval=Cache Update Interval|Cache update interval (ms)|Specifies the number of milliseconds JRun waits before comparing a document to its cached image in order to determine if the document has been modified. Setting this parameter to 0 disables caching.|int
  50. file.cache.maxbytes=Cache Max Bytes|Maximum bytes|Specifies the maximum size of the JRun cache in bytes.|int
  51. file.cache.triminterval=Cache Trimming Interval|Cache purge time interval (ms)|The time interval, in milliseconds, that controls when JRun purges its file cache. After each trimming interval, JRun examines its file cache and purges any files not accessed within that interval.|int
  52. file.Servlet=allaire.jrun.file.FileServlet
  53. #file.preload=true
  54.  
  55. ########################################################################
  56. ## Session properties
  57. session.cookie.name=Session Cookie Name|Name of JRun session cookie|Enter the name of the JRun session cookie.|text
  58. session.cookie.maxage=Session Cookie Max Age|Session cookie retention time (sec)|Enter a time in seconds that a browser retains the JRun cookie. A value of -1 causes the browser to delete the cookie when it exits. A value of 0 indicates no cookies will be set.|text
  59. session.cookie.secure=Secure Connection Only|Use https for session cookie|Select this checkbox to only send cookies using a secure protocol (https). Set this parameter only when your server supports a secure protocol.|checkbox
  60. session.cookie.active=Use Session Cookies|Track user session using cookie|Select this checkbox to enable session tracking with cookies.|checkbox
  61. session.cookie.domain=Session Cookie Domain|Cookie domain name filter|Enter a domain to restrict which servers can have access to the cookie. The value for the domain must always begin with a dot. Please reference RFC 2109 for further details.<BR><BR>For example: <LI><P><B>.y.com</B> = any server such as x.y.com will have access</P>|text
  62. session.persistence=Use Session Persistence Engine|Save session information|Select the checkbox to use Java Serialization to save and restore sessions when JRun shuts down and starts up again. Session data is saved in the directory indicated in the Session Storage Directory field. Session data is saved only when JRun is shut down properly.<BR><BR>Uncheck the box to only store session data in the Virtual Machine.|checkbox
  63. session.cookie.comment=Session Cookie Comment|Session cookie comment|Specifies a comment in the JRun session cookie. Typically, you use this comment to specify the cookie's purpose.|text
  64. session.path=Session Storage Dir|Session swap file dir|Location of the JRun session swap file. This directory name can be relative to the JRun root directory or an absolute location.|text
  65. session.maxresident=Maximum Sessions|Max number of sessions|Enter the maximum number of sessions that JRun holds in memory at one time. When this maximum is reached, JRun releases old sessions when a new session is added.|text_nb
  66. session.cookie.path=Session Cookie Path|Session cookie URL filter|Configures JRun to send session cookies only for requests beginning with specified URL. <BR>This means that a URL referencing the same directory or subdirectory as the one which set the cookie can see the cookie.|text
  67. session.swapinterval=Storage Check Interval (sec)|Checking Interval of when sessions should be written to storage|Enter a time in seconds to indicate how often sessions should be written to disk.|text_nb
  68. session.persistence.file.path=Session Storage Directory|Directory to save the session information|Enter the directory where session data is stored.|text
  69.  
  70. ########################################################################
  71. ## JWS properties
  72. web.endpoint.main.interface=Client IP Filter|Addresses of clients that can access this server|Enter a comma delimited list of client IP addresses. This server will only accept requests from those addresses. <BR><BR>Enter ' * ' to accept requests from all addresses.|text
  73. web.endpoint.main.bindaddress=Web Server Address|Socket address used to listen for connections from HTTP clients|Enter the IP address of the socket listening for connections HTTP clients.|text
  74. web.endpoint.main.port=Web Server Port|Socket port used to listen for connections from HTTP clients|Enter the port number of the socket listening for connections from HTTP clients.|text
  75. web.endpoint.main.timeout=Idle Thread Timeout|Number of seconds threads remain idle before being destroyed|Enter the number of seconds a thread can remain idle before being destroyed.<BR><BR>This setting determines how long this server takes to return to its Minimum Thread Count.|text
  76. web.endpoint.main.min.threads=Minimum Thread Count|Minimum number of handler threads in pool|Enter the number of handler threads created when this server starts. As the system runs, threads are created and destroyed; however, the pool size will never drop below this minimum number. A lower number will allow the server to use less memory when idle.|int
  77. web.endpoint.main.active.threads=Maximum Active Requests|Number of concurrent requests accepted before new requests are queued|Enter the maximum number of concurrent requests that this server will actively handle. Any additional requests above this limit will be queued until a handler thread is available from the pool.|int
  78. web.endpoint.main.max.threads=Maximum Concurrent Requests|Number of concurrent requests accepted before new requests are denied|Enter the total number of <B>active and queued</B> requests that this server will handle. Any additional requests above this limit will be dropped.<BR><BR>This limit denotes the upper bound on the number of concurrent client connections.|int
  79. #web.endpoint.main.monitor=Monitor Interval (min)|Thread monitor interval (min)|Enables thread usage to be reported at a specified time interval|int
  80.  
  81. ########################################################################
  82. ## JCP properties
  83. jcp.endpoint.main.interface=External Web Server Address|Address of external Web servers that can connect to this server|Enter a comma delimited list of IP addresses. This server will only accept requests from those addresses. <BR><BR>Enter ' * ' accept requests from all addresses.|text
  84. jcp.endpoint.main.bindaddress=Listening Address|Socket address used to listen for connections from external Web servers|Enter the IP address of the socket listening for connections from external Web servers.|text
  85. jcp.endpoint.main.port=Listening Port|Socket port used to listen for connections from external Web servers|Enter the port number of the socket listening for connections from external Web servers.|text
  86. jcp.endpoint.main.timeout=Idle Thread Timeout|Number of seconds threads remain idle before being destroyed|Enter the number of seconds a thread can remain idle before being destroyed.<BR><BR>This setting determines how long this server takes to return to its Minimum Thread Count.|text
  87. jcp.endpoint.main.min.threads=Minimum Thread Count|Minimum number of handler threads in pool|Enter the number of handler threads created when this server starts. As the system runs, threads are created and destroyed; however, the pool size will never drop below this minimum number. A lower number will allow the server to use less memory when idle.|int
  88. jcp.endpoint.main.active.threads=Maximum Active Requests|Number of concurrent requests accepted before new requests are queued|Enter the maximum number of concurrent requests that this server will actively handle. Any additional requests above this limit will be queued until a handler thread is available from the pool.|int
  89. jcp.endpoint.main.max.threads=Maximum Concurrent Requests|Number of concurrent requests accepted before new requests are denied|Enter the total number of <B>active and queued</B> requests that this server will handle. Any additional requests above this limit will be dropped.<BR><BR>This limit denotes the upper bound on the number of concurrent client connections.|int
  90. #jcp.endpoint.main.monitor=Monitor Interval|Thread monitor interval (min)|Enables thread usage to be reported at a specified time interval|int
  91.  
  92. ########################################################################
  93. ## JSP properties
  94. jsp.Servlet=JSP Servlet|The servlet that handles the JSP request|Specifies the Java servlet that handles JSP servlet requests.|text
  95. jsp.compiler=Java Compiler|Defines the Java compiler and arguments for JSP|Optionally specify an external Java compiler to compile your JSPs; or leave the field blank to use JRun's in-process compilation.<BR>To specify an external Java compiler, enter an appropriate Java compilation string. For example:<BR><B>D:\\jdk1.2.2\\bin\\javac -nowarn -classpath %c -d %d %f</B><BR>or<BR>jvc /cp:c %c /dest: %d %f<BR>where<BR>%f = filename<BR>%c = classpath (java classpath to use)<BR>%d = codepath (where to place compiled class files)|text
  96. jsp.stacktraces=Stack Traces|send stack trace to log?|If set to true stack trace information is displayed in the browser on an error in a JSP.|checkbox
  97. jsp.checkjsa=Check for Global.jsa (JSP 1.1)|Checks for the existence of the 'gloabal.jsa' file|Select the checkbox so that when the Web server receives the first request for any JSP file in a directory, JRun searches for a global.jsa file in the same directory as the JSP.|checkbox
  98. jsp.translation=Translation|Enable JSP translation|If set to true, JSP page translations are enabled, allowing JRun to translate a JSP page into a servlet. If set to false, translations are disabled. You typically use this setting only when deploying JSP pages (and associated class files) that will never need to be retranslated.|checkbox
  99.  
  100. ########################################################################
  101. ## Web.XML file descriptions
  102. web-app.welcome-file-list=Default Documents|Defines documents to serve upon directory access|This property enables you to specify the sequence of default document names that JRun uses when a document name is not specified in a URL.|text
  103. web-app.session-config.session-timeout=Session Timeout(min)|Max session idle interval (min)|Enter a number in minutes that a session is kept alive after its last access.|text
  104.  
  105. ########################################################################
  106. ## MISC WebApp properties
  107. webapp.tempdir=Temporary Directory|Writable dir for application I/O|Temporary writable directory for applications to access|text
  108.  
  109. ########################################################################
  110. ## Specially shared between JCP and JWS settings
  111. servlet.services=Active Services|Sets this service as active(true)/inactive(false)|Check the checkbox to turn this service on|checkbox
  112.  
  113.  
  114. encoding=Default Text Encoding|Update what?|Update what?|text
  115. checkseconds=Page Modification Check Interval(secs)|Auto check new JSP file|Sets the frequency to automatically check the frequency of changed JSP file. An immediate request will override the current check state.|int
  116. checkextends=Check Modification Time of Extended Pages|Checks dependent files|How do you check the include files?  Check all?|checkbox
  117. nocache=Set 'no-cache' Header on Responses|Prevent browser from caching JSP page|Does this just do a response.setHeader('Expires', 'blah') on every page?|checkbox
  118.  
  119. ########################################################################
  120. keepalive.active=Use HTTP Keep-Alive Connection|8 word summary|description|checkbox
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.